Xamarin.Android | ComponentOne
C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / CalendarSlotsPanel<S> Class / ScheduleLayoutAnimation Method


In This Topic
    ScheduleLayoutAnimation Method (CalendarSlotsPanel<S>)
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("scheduleLayoutAnimation", 
       "()V", 
       "GetScheduleLayoutAnimationHandler")>
    Public Overridable Sub ScheduleLayoutAnimation() 
    'Usage
     
    
    Dim instance As CalendarSlotsPanel(Of S)
     
    instance.ScheduleLayoutAnimation()
    [Android.Runtime.Register("scheduleLayoutAnimation", 
       "()V", 
       "GetScheduleLayoutAnimationHandler")]
    public virtual void ScheduleLayoutAnimation()
    See Also